embedded pointer meaning in English
嵌入指示符
嵌入指示器
Examples
- How to : marshal embedded pointers using pinvoke
>如何:使用pinvoke封送嵌入式指针 - Explains how to marshal embedded pointers using platform invoke p invoke functionality
解释如何使用平台调用( p / invoke )功能封送嵌入的指针。 - Demonstrates using c interop to marshal embedded pointers between managed and native code
演示如何使用c + + interop在托管代码和本机代码之间封送嵌入指针。 - For each embedded pointer in the native structure , the managed version of the structure should contain an instance of the
对于本机结构中的每个嵌入的指针,结构的托管版本应包含 - The managed function creates an instance of the structure and initializes the embedded pointer with the new keyword instead of the
该托管函数创建该结构的一个实例,并使用新关键字(而不是